projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75ac495
)
libxl_qmp: Add a warning to not trust QEMU
author
Anthony PERARD
<anthony.perard@citrix.com>
Fri, 27 Jul 2018 14:05:48 +0000
(15:05 +0100)
committer
Wei Liu
<wei.liu2@citrix.com>
Mon, 30 Jul 2018 13:46:32 +0000
(14:46 +0100)
... even if it is not the case for the current code.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_qmp.c
patch
|
blob
|
history
diff --git
a/tools/libxl/libxl_qmp.c
b/tools/libxl/libxl_qmp.c
index 5b608f47e57d82b505083282e622bdd962e563a6..987bf0232e0afae2422289efe37640f9df533a0a 100644
(file)
--- a/
tools/libxl/libxl_qmp.c
+++ b/
tools/libxl/libxl_qmp.c
@@
-16,6
+16,9
@@
/*
* This file implement a client for QMP (QEMU Monitor Protocol). For the
* Specification, see in the QEMU repository.
+ *
+ * WARNING - Do not trust QEMU when writing codes for new commands or when
+ * improving the client code.
*/
/*